removed unnecessary G_OBJECT() cast checks.
authorManish Singh <yosh@gimp.org>
Sun, 8 Feb 2004 09:13:18 +0000 (09:13 +0000)
committerManish Singh <yosh@src.gnome.org>
Sun, 8 Feb 2004 09:13:18 +0000 (09:13 +0000)
commit4bd1fa5ff32454f8c6c61372ef898ca5f7860a63
treebb7c4c1b81f09a69781961d50e01d9d46d8c0357
parent41e49106e3b7be22d8697ed36ab35f4edd97feed
removed unnecessary G_OBJECT() cast checks.

Sun Feb  8 01:07:20 2004  Manish Singh  <yosh@gimp.org>

        * gdk-pixbuf-io.c: removed unnecessary G_OBJECT() cast checks.

        * io-jpeg.c: make the return type for to_callback_empty_output_buffer
        "boolean", which should be defined by the jpeg headers. The right
        return type for this function depends on how the jpeg library
        was built (one wonders what happens if different compilers are used).
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/io-jpeg.c